Click or drag to resize

TimeChange Class

Represents the date and time when the time changes from daylight saving time to standard time.
Inheritance Hierarchy
SystemObject
  Independentsoft.ExchangeTimeChange

Namespace:  Independentsoft.Exchange
Assembly:  Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntax
public class TimeChange

The TimeChange type exposes the following members.

Constructors
  NameDescription
Public methodTimeChange
Initializes a new instance of the TimeChange class.
Public methodTimeChange(Int32)
Initializes a new instance of the TimeChange class.
Public methodTimeChange(Duration)
Initializes a new instance of the TimeChange class.
Public methodTimeChange(Int32, Int32)
Initializes a new instance of the TimeChange class.
Top
Properties
  NameDescription
Public propertyOffset
Describes the offset from the BaseOffset. The base offset in addition to this offset identifies the time according to whether it is standard or daylight saving time.
Public propertyPattern
Describes a relative yearly recurrence pattern for a time zone transition date pattern.
Public propertyTime
Describes the time when the time changes between standard time and daylight saving time.
Public propertyTimeZone
Provides a text description of a time zone.
Top
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
See Also